home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 40
/
Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso
/
Aminet
/
misc
/
emu
/
ATUtilities.lha
/
ATUtilities
/
BASIC
/
D.BAS
< prev
next >
Wrap
BASIC Source File
|
2000-09-26
|
215b
|
21 lines
cls
?err
?"CD ";command$
chdrive command$
?err
x$=dir$("*.*",16)
?err
while x$<>""
x=attrib(c$+x$)
if x=16 then
color 4
?x$;" <DIR>"
else
color 15
?x$
end if
x$=dir$
wend
end